home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12483 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: inforamp.net!ts13-11
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help me with DLL
  5. Date: Wed, 20 Mar 96 05:37:35 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4io5jk$n9v@sam.inforamp.net>
  8. References: <4in04r$63a@falcon.ccs.uwo.ca>
  9. NNTP-Posting-Host: ts34-09.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4in04r$63a@falcon.ccs.uwo.ca>,
  13.    "Guosun (George) XU" <xu@audio.hhcru.uwo.ca> wrote:
  14. >I made a DLL with C++. There are no problems when I built the DLL and 
  15. >call DLL program. But as the program call functions in DLL at the 
  16. >run time, I got an error message "Application Error. Call to 
  17. >Undefined Dynalink". I check all Online helps. There are no description
  18. >about this error. Could somebody tell me about this error?
  19.  
  20. I'm guess that you did not mark your functions as exported.  In the module 
  21. definition file, you have a section that allows you to enumerate your exported 
  22. functions.  You can also export function (and classes) in Borland C++ using 
  23. the _export keyword.
  24.  
  25.  
  26. Agrivar
  27.  
  28. aka     Randy Charles Morin
  29.     MiddleWorld SoftWare
  30.     1-800-363-3780
  31.